From 334322848ebc37c0c39744d4bc909119b216a29b Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Wed, 22 Sep 2004 21:30:37 +0000 Subject: [PATCH] bitkeeper revision 1.1159.79.17 (4151eefdJFbHLsdyU6PbfpJr6JoEhA) Grrr. Fix typo that broke migration of network devices. --- linux-2.6.8.1-xen-sparse/arch/xen/kernel/reboot.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux-2.6.8.1-xen-sparse/arch/xen/kernel/reboot.c b/linux-2.6.8.1-xen-sparse/arch/xen/kernel/reboot.c index 94ad6175ce..79e15fb7f3 100644 --- a/linux-2.6.8.1-xen-sparse/arch/xen/kernel/reboot.c +++ b/linux-2.6.8.1-xen-sparse/arch/xen/kernel/reboot.c @@ -65,7 +65,7 @@ static void __do_suspend(void) extern void blkdev_suspend(void); extern void blkdev_resume(void); #endif -#ifdef CONFIG_XEN_NETIF_FRONTEND +#ifdef CONFIG_XEN_NETDEV_FRONTEND extern void netif_suspend(void); extern void netif_resume(void); #endif @@ -82,7 +82,7 @@ static void __do_suspend(void) __cli(); -#ifdef CONFIG_XEN_NETIF_FRONTEND +#ifdef CONFIG_XEN_NETDEV_FRONTEND netif_suspend(); #endif @@ -143,7 +143,7 @@ static void __do_suspend(void) blkdev_resume(); #endif -#ifdef CONFIG_XEN_NETIF_FRONTEND +#ifdef CONFIG_XEN_NETDEV_FRONTEND netif_resume(); #endif -- 2.30.2